home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Jurassic Jigsaws
/
JURASSIC.BIN
/
mmvlogo.dir
/
00074_Script_movie script
< prev
next >
Wrap
Text File
|
1996-08-19
|
339b
|
22 lines
global filesep, gintrofilename
on startmovie
if the machinetype = 256 then
set filesep = "\"
else
set filesep = ":"
end if
when mousedown then doexit
end startmovie
on doexit
if not voidp(gIntroFileName) then
go to movie gIntroFileName
else
go to movie "Intro"
end if
end doexit